type testing.benchState

4 uses

	testing (current package)
		benchmark.go#L97: 	bstate           *benchState
		benchmark.go#L678: type benchState struct {
		benchmark.go#L703: 	bstate := &benchState{
		benchmark.go#L740: func (s *benchState) processBench(b *B) {